type google.golang.org/protobuf/internal/impl.float64Converter

8 uses

	google.golang.org/protobuf/internal/impl (current package)
		convert.go#L125: 			return &float64Converter{t, defVal(fd, float64Zero)}
		convert.go#L290: type float64Converter struct {
		convert.go#L295: func (c *float64Converter) PBValueOf(v reflect.Value) protoreflect.Value {
		convert.go#L301: func (c *float64Converter) GoValueOf(v protoreflect.Value) reflect.Value {
		convert.go#L304: func (c *float64Converter) IsValidPB(v protoreflect.Value) bool {
		convert.go#L308: func (c *float64Converter) IsValidGo(v reflect.Value) bool {
		convert.go#L311: func (c *float64Converter) New() protoreflect.Value  { return c.def }
		convert.go#L312: func (c *float64Converter) Zero() protoreflect.Value { return c.def }